/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;

    min-width: 1200px;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header
{
    font-size: 0;

    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 120px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #fff;
}
.header:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 50%;
    height: 32px;

    content: '';

    background-color: #f00;
}
.header .logo
{
    position: relative;

    display: inline-block;

    width: 20%;
    height: 120px;
    padding: 20px 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;

    border-right: 1px solid #e8e8e8;
}
.header .logo a
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .logo img
{
    position: relative;
    z-index: 2;

    display: inline-block;

    height: 100%;
}
.header .header-right
{
    font-size: 14px;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 80%;

    text-align: right;
    vertical-align: top;
}
.header .header-right:before
{
    position: absolute;
    top: 0;
    left: -87px;

    display: block;

    width: 87px;
    height: 120px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    background: url(../images/nav-bg.png) no-repeat;
}
.header .right-top
{
    font-size: 0;

    overflow: hidden;

    height: 32px;
    padding-left: 5%;

    color: #ffbcbc;
    background-color: #f00;
}
.header .right-top p.email,
.header .right-top p.tel
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    display: inline-block;
    float: left;

    margin: 0;
    padding-left: 30px;

    vertical-align: top;
}
.header .right-top p.email:before,
.header .right-top p.tel:before
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e6af';
}
.header .right-top p.email.email,
.header .right-top p.tel.email
{
    margin-right: 50px;
}
.header .right-top p.email.tel:before,
.header .right-top p.tel.tel:before
{
    content: '\e623';
}
.header .right-top p.email a:hover,
.header .right-top p.tel a:hover
{
    text-decoration: underline;

    color: #fff;
}
.header .nav
{
    display: inline-block;

    padding-left: 5%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1470px)
{
    .header .nav
    {
        padding-left: 2%;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
.header .nav .nav-list1
{
    margin: 0 -30px;
}
.header .nav .nav-list1 > li
{
    position: relative;

    float: left;
}
.header .nav .nav-list1 > li > a
{
    font-size: 18px;
    line-height: 88px;

    position: relative;

    display: inline-block;

    padding: 0 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
    text-transform: capitalize;
}
.header .nav .nav-list1 > li.more > a:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    float: right;

    margin-left: 2px;

    content: '\e622';
}
.header .nav .nav-list1 > li:hover > a,
.header .nav .nav-list1 > li.active > a
{
    color: #f00;
}
.header .nav .nav-list1 .nav-list2
{
    position: absolute;
    z-index: 50;
    top: 100%;

    display: none;

    min-width: 100%;
    margin-left: -10px;
    padding: 20px 0;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.header .nav .nav-list1 .nav-list2 li
{
    position: relative;

    list-style: none;
}
.header .nav .nav-list1 .nav-list2 li > a
{
    font-size: 15px;
    line-height: 30px;

    position: relative;
    z-index: 1;

    display: block;

    padding: 0 18px;

    -webkit-transition: -webkit-transform .6s ease;
            transition: -webkit-transform .6s ease;
            transition:         transform .6s ease;
            transition:         transform .6s ease, -webkit-transform .6s ease;
    white-space: nowrap;
}
.header .nav .nav-list1 .nav-list2 li > a:hover
{
    -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
            transform: translateX(6px);
    text-decoration: underline;

    color: #f00;
}
.header .nav .nav-list1 .nav-list2 li img
{
    max-width: 400px;
}
.header .nav .nav-list1 .nav-list3
{
    position: absolute;
    top: -20px;
    left: 100%;

    display: none;

    min-width: 120px;
    padding: 20px 0;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.header .nav .nav-list1 .nav-list3 li
{
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
}
.header .nav .nav-list1 .nav-list3 li > a
{
    line-height: 30px;

    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 15px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 18px;
    line-height: 40px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 44px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    text-align: center;

    background-color: rgba(51, 51, 51, .96);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box p
{
    font-size: 14px;

    color: #fff;
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #f00;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    height: 60px;
    padding: 0 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e61b';

    color: #fff;
}
.header .find
{
    font-size: 14px;
    line-height: 32px;

    display: inline-block;
    float: right;

    height: 32px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #ffbcbc;
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    margin-right: 4px;

    content: '\e619';
}
.header .find:hover
{
    background-color: #f00;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    height: 100px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header .header-right:before
{
    height: 100px;
}
.header.fixed-header .logo
{
    height: 100px;
    padding: 10px 0;
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 68px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    bottom: 55px;
    left: 0;

    display: none;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 6px;
    background-color: rgba(255, 0, 0, .7);
}
.online-wrap .online a:before
{
    font-size: 22px;

    color: #fff;
}
.online-wrap .online a:hover
{
    text-decoration: none;

    background-color: #f00;
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #e40000;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e6af';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e614';
}
.online-wrap .icon-home:before
{
    font-family: 'iconfont' !important;

    content: '\e646';
}
.xs-online
{
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    display: none;

    width: 100%;

    background-color: rgba(51, 51, 51, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e619';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.message > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.product > a:before
{
    font-weight: normal;

    content: '\e62e';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e622';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e64e';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 120px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 70px;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    opacity: .7;
    border: 2px solid #fff;
    border-radius: 50%;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}
.banner .slick-dots li.slick-active
{
    width: 20px;

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 66px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 6%;

    overflow: hidden;

    width: 66px;
    height: 66px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\eb60';
}
.banner .slick-arrow.slick-next
{
    right: 6%;
    left: auto;
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e625';
}
.banner .slick-arrow:hover
{
    color: #fff;
    background-color: rgba(255, 0, 0, .8);
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .item img
{
    display: block;

    max-width: 100%;
}
.banner .item a
{
    display: block;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .slick-current img
{
    -webkit-animation: narrow 4s 0s ease both;
            animation: narrow 4s 0s ease both;
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
.title h2:before,
.title h2:after
{
    display: inline-block;

    width: 14px;
    height: 3px;
    margin: 0 14px;

    content: '';
    vertical-align: middle;

    background-color: #f00;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product .product .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;
    padding: 14px 14px 0 14px;

    text-align: center;

    border: 1px solid #d2d2d2;
    border-radius: 10px;
}
.box-product .product .item .img-box
{
    padding-bottom: 80.45977011%;
}
.box-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .note p
{
    font-size: 18px;
    line-height: 70px;

    height: 70px;
    margin: 0;
}
.box-product .product .item .note p:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: bold;

    display: inline-block;

    margin-left: 10px;

    content: '\e62e';
    vertical-align: middle;
}
.box-product .product .item .maskbg
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(102%);
        -ms-transform: translateY(102%);
            transform: translateY(102%);

    background-color: rgba(255, 0, 0, .5);
}
.box-product .product .item .maskbg p
{
    font-size: 20px;
    line-height: 30px;

    position: absolute;
    top: 50%;

    width: 100%;
    margin: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.box-product .product .item .maskbg p:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: bold;

    display: block;

    margin-top: 14px;
    margin-left: 10px;

    content: '\e62e';
}
@media (min-width: 1200px)
{
    .box-product .product .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-product .product .item:hover .maskbg
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .box-product .product .item:hover .note
    {
        opacity: 0;
    }
}
.box-equipment
{
    overflow: hidden;
}
.box-equipment .equipment
{
    font-size: 0;

    margin-top: 30px;
}
.box-equipment .equipment .equipment-left,
.box-equipment .equipment .equipment-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}
.box-equipment .equipment .equipment-left
{
    position: relative;
    z-index: 2;

    width: -webkit-calc(50% + 190px);
    width:         calc(50% + 190px);
    margin-right: -190px;
    padding-left: 4%;

    background: url(../images/equipment_one_bg.png) bottom right no-repeat;
}
@media (max-width: 1470px)
{
    .box-equipment .equipment .equipment-left
    {
        padding-left: 0;
    }
}
.box-equipment .equipment .equipment-left .title-equipment
{
    text-align: center;
}
.box-equipment .equipment .equipment-left .title-equipment:before
{
    font-family: 'iconfont' !important;
    font-size: 80px;
    line-height: 1;

    content: '\e6ac';

    color: #f00;
}
.box-equipment .equipment .equipment-left .title-equipment h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.53846154;

    margin: 0;
}
.box-equipment .equipment .equipment-left .title-equipment p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;
}
.box-equipment .equipment .equipment-left .info
{
    margin: 50px 0;

    background: url(../images/equipment_bg.png) no-repeat center;
    background-size: auto 100%;
}
.box-equipment .equipment .equipment-left .info .pic
{
    max-width: 70%;
    margin: 0 auto;
}
.box-equipment .equipment .equipment-left .info .pic img
{
    display: inline-block;

    max-width: 100%;
}
.box-equipment .equipment .equipment-right
{
    overflow: hidden;

    width: 50%;
    padding-bottom: 30px;
}
.box-equipment .equipment .equipment-right .pic
{
    overflow: hidden;
}
.box-equipment .equipment .equipment-right .pic img
{
    max-width: 100%;
}
.box-news .news
{
    margin-top: 30px;
}
.box-news .news .item
{
    overflow: hidden;

    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .news .item .pic
{
    overflow: hidden;

    border-radius: 10px;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .note
{
    padding: 20px 20px 30px 20px;
}
.box-news .news .item .note b
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    padding: 0 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item .note b:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 5px;
    height: 30px;

    content: '';

    border-radius: 5px;
    background-color: #f00;
}
.box-news .news .item .note p
{
    line-height: 18px;

    display: -webkit-box;
    overflow: hidden;

    height: 54px;
    margin: 10px 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-news .news .item .note a.more
{
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;
    padding: 0 20px;

    color: #fff;
    border-radius: 4px;
    background-color: #f00;
}
.box-news .news .item .note a.more:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    margin-left: 10px;

    content: '\e62e';
}
.box-news .news .item:hover
{
    background-color: #f00;
}
.box-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .note
{
    color: #fff;
}
.box-news .news .item:hover .note b:before
{
    background-color: #fff;
}
.box-news .news .item:hover .note p
{
    color: #fff;
}
.box-news .news .item:hover .note a.more
{
    color: #f00;
    background-color: #fff;
}
.box-news .news .item-1
{
    display: block;
}
.box-news .news .item-1 .pic
{
    position: relative;

    display: block;
}
.box-news .news .item-1 .pic .img-box
{
    padding-bottom: 73.68421053%;
}
.box-news .news .item-1 .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item-1 .pic .date
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 5%;

    display: block;

    width: 100px;
    padding: 14px;

    text-align: center;

    color: #fff;
    border-radius: 0 0 10px 10px;
    background-color: #f00;
}
.box-news .news .item-1 .pic .date b
{
    font-size: 40px;
    line-height: 1;

    display: block;
}
.box-news .news .item-1 .pic .date span
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    margin-top: 10px;
}
.box-news .news .item-1 .pic .date span:before,
.box-news .news .item-1 .pic .date span:after
{
    display: inline-block;

    width: 6px;
    height: 1px;

    content: '';
    vertical-align: middle;

    background-color: #fcc;
}
.box-news .news .item-2,
.box-news .news .item-3
{
    font-size: 0;

    padding: 10px;
}
.box-news .news .item-2 .pic,
.box-news .news .item-3 .pic,
.box-news .news .item-2 .note,
.box-news .news .item-3 .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-news .news .item-2 .pic,
.box-news .news .item-3 .pic
{
    width: 55%;
}
.box-news .news .item-2 .pic .img-box,
.box-news .news .item-3 .pic .img-box
{
    padding-bottom: 90.32258065%;
}
.box-news .news .item-2 .note,
.box-news .news .item-3 .note
{
    width: 45%;
    padding: 0 30px;
}
.box-news .news .item-2 .note p,
.box-news .news .item-3 .note p
{
    display: -webkit-box;
    overflow: hidden;

    height: 72px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.box-news .news .item-3 .note
{
    text-align: right;
}
.box-news .news .item-3 .note b:before
{
    right: 0;
    left: auto;
}
.box-news .news .item-3 .note p
{
    text-align: left;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    color: #fff;
    background-color: #313131;
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 50px 0;
}
.footer .foot > ul
{
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot > ul:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
.footer .foot > ul > li
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
    word-break: break-all;
}
.footer .foot > ul > li h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: relative;
    z-index: 2;

    margin: 0;

    text-transform: uppercase;
}
.footer .foot > ul > li h3:after
{
    display: inline-block;

    width: 12px;
    height: 3px;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    background-color: #fff;
}
.footer .foot > ul > li .item
{
    text-align: left;
}
.footer .foot > ul > li .item-1
{
    max-width: 360px;
}
.footer .foot > ul > li .item-1 p
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    margin-bottom: 20px;
    padding-left: 24px;
}
.footer .foot > ul > li .item-1 p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e62f';
}
.footer .foot > ul > li .item-1 p.tel:before
{
    content: '\e633';
}
.footer .foot > ul > li .item-1 p.whatsapp:before
{
    font-size: 20px;

    content: '\e64e';
}
.footer .foot > ul > li .item-1 p.email:before
{
    font-size: 16px;

    content: '\e6af';
}
.footer .foot > ul > li .item-1 a:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-2
{
    max-width: 200px;
}
.footer .foot > ul > li .item-2 ul
{
    font-size: 0;

    margin: 0 -10px;
}
.footer .foot > ul > li .item-2 ul li
{
    display: inline-block;

    min-width: 50%;
}
.footer .foot > ul > li .item-2 a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    margin-bottom: 10px;
    padding: 0 10px;
}
.footer .foot > ul > li .item-2 a:hover
{
    text-decoration: underline;

    color: #f00;
}
.footer .foot > ul > li .item-3
{
    width: 100%;
    max-width: 360px;
}
.footer .foot > ul > li .item-3 .row
{
    margin: 0 -6px;
}
.footer .foot > ul > li .item-3 .itembox
{
    padding: 0 6px;
}
.footer .foot > ul > li .item-3 input,
.footer .foot > ul > li .item-3 textarea
{
    font-size: 14px;
    line-height: 24px;

    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;

    resize: vertical;

    color: #fff;
    border: none;
    border: 1px solid #717070;
    border-radius: 10px;
    outline: none;
    background: none;
}
.footer .foot > ul > li .item-3 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:-o-placeholder,
.footer .foot > ul > li .item-3 textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot > ul > li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-o-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 .submit
{
    font-size: 16px;
    line-height: 24px;

    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    outline: none;
    background: none;
}
.footer .foot > ul > li .item-3 .submit:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 10px;

    content: '\e84f';
    vertical-align: middle;
}
.footer .foot > ul > li .item-3 .submit:hover
{
    color: #f00;
}
.footer .foot > ul > li .item-4
{
    width: 220px;

    text-align: center;
}
.footer .foot > ul > li .item-4 p
{
    font-size: 16px;
    /*font-size: 18px;*/
    line-height: 24px;

    margin: 14px 0 0 0;
}
.footer .foot > ul > li .info-down
{
    margin-top: 30px;
}
.footer .foot > ul > li .info-down img
{
    max-width: 100%;
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e628';
}
.footer .copyright
{
    font-size: 14px;

    padding: 10px 0;

    text-align: center;

    color: #737373;
    background-color: #1b1b1b;
}
.footer .copyright p
{
    line-height: 24px;

    margin: 0;
}
.footer .copyright p a
{
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.wrapper
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrapper
    {
        padding: 60px 0;
    }
}
.sidenav
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .sidenav
    {
        margin-top: 30px;
    }
}
.sidenav > ul > li
{
    display: block;

    margin-bottom: 10px;
}
@media (max-width: 991px)
{
    .sidenav > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.sidenav > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    padding: 10px 40px;

    border-radius: 10px;
    background-color: #eaeaea;
}
@media (max-width: 991px)
{
    .sidenav > ul > li > a
    {
        font-size: 15px;

        padding: 4px 10px;
    }
}
@media (max-width: 767px)
{
    .sidenav > ul > li > a
    {
        font-size: 14px;
    }
}
.sidenav > ul > li ul.level-2
{
    margin-top: 10px;
    padding: 10px 0;

    border: 1px solid #eee;
    border-radius: 10px;
}
@media (max-width: 991px)
{
    .sidenav > ul > li ul.level-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.sidenav > ul > li ul.level-2 > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 6px 40px;

    color: #666;
}
@media (max-width: 991px)
{
    .sidenav > ul > li ul.level-2 > li > a
    {
        padding: 2px 10px;
    }
}
.sidenav > ul > li ul.level-2 > li.active > a,
.sidenav > ul > li ul.level-2 > li:hover > a
{
    font-weight: bold;
    font-style: italic;

    text-decoration: underline;

    color: #f00;
}
@media (max-width: 991px)
{
    .sidenav > ul > li.active,
    .sidenav > ul > li:hover
    {
        display: block;
    }
}
.sidenav > ul > li.active > a,
.sidenav > ul > li:hover > a
{
    color: #fff;
    background-color: #0c1f3f;
}
.youtube
{
    margin-top: 10px;

    text-align: center;

    border-radius: 10px;
    background-color: #eaeaea;
}
.youtube a
{
    line-height: 30px;

    display: block;

    padding: 20px 10px;
}
@media (max-width: 991px)
{
    .youtube a
    {
        padding: 4px;
    }
}
.youtube img,
.youtube span
{
    display: inline-block;

    vertical-align: middle;
}
.youtube span
{
    font-size: 16px;

    margin-left: 4px;

    text-decoration: underline;
}
.youtube:hover
{
    color: #fff;
    background-color: #f00;
}
.inside-nav
{
    position: relative;

    max-width: 950px;
    height: 56px;
    margin: 0 auto;
    margin-top: 50px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .inside-nav
    {
        height: 50px;
        margin-top: 30px;
    }
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    height: 56px;
    padding: 10px 0 0 0;

    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
    text-align: center;

    border-radius: 10px;
    background-color: #0c1f3f;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap
    {
        height: 50px;
    }
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    position: absolute;

    width: 3px;
    height: 3px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    white-space: nowrap;
}
.inside-nav ul li
{
    display: inline-block;

    margin: 0 24px;

    border-radius: 4px;
}
@media (max-width: 991px)
{
    .inside-nav ul li
    {
        margin: 0 14px;
    }
}
.inside-nav ul li a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

    display: inline-block;

    height: 36px;
    padding: 0 20px;

    -webkit-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
            transform: skewX(30deg);

    color: #fff;
    border-right: none;
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    {
        font-size: 16px;
        line-height: 30px;

        height: 30px;
    }
}
.inside-nav ul li.active,
.inside-nav ul li:hover
{
    background-color: #fff;
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    color: #0c1f3f;
}
.wrap-about .about
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-about .about
    {
        margin-top: 30px;
    }
}
.wrap-about .about p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
.wrap-about .about img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news .news
{
    margin-top: 30px;
}
.wrap-news .news .item
{
    font-size: 0;

    margin-top: 30px;
    padding: 20px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    overflow: hidden;

    border-radius: 8px;
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 49.09090909%;
}
.wrap-news .news .item .note
{
    padding: 0 3%;
}
.wrap-news .news .item .note b
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    padding-left: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note b:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 5px;
    height: 30px;

    content: '';

    border-radius: 10px;
    background-color: #f00;
}
.wrap-news .news .item .note b a
{
    padding-right: 100px;
}
.wrap-news .news .item .note b span.date
{
    font-size: 14px;
    font-weight: normal;

    position: absolute;
    top: 0;
    right: 0;

    color: #666;
}
.wrap-news .news .item .note b span.date:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e640';
}
.wrap-news .news .item .note p
{
    line-height: 18px;

    height: 54px;
    margin: 4px 0 0 0;
    margin-top: 20px;
    padding-left: 14px;
}
.wrap-news .news .item .note a.more
{
    line-height: 30px;

    display: inline-block;

    margin-top: 40px;
    margin-left: 14px;
    padding: 0 20px;

    color: #fff;
    border-radius: 4px;
    background-color: #f00;
}
.wrap-news .news .item .note a.more:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    margin-left: 10px;

    content: '\e62e';
}
.wrap-news .news ul li:nth-child(2n) .pic
{
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}
.wrap-news .news ul li:nth-child(2n) .note
{
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}
.wrap-news .news ul li:nth-child(2n) .note a.more
{
    float: right;
}
.wrap-news-show .title-news-show span.date
{
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    display: block;

    color: #666;
}
.wrap-news-show .title-news-show span.date:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e640';
}
.wrap-news-show .title-news-show h1
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;

    margin: 10px 0 0 0;
}
.wrap-news-show .title-news-show h1:before
{
    display: inline-block;

    width: 5px;
    height: 30px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    border-radius: 10px;
    background-color: #e70011;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .news-show
{
    margin-top: 30px;
}
.wrap-news-show .news-show p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show p
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 50px;
}
.wrap-news-show .news-relate a
{
    font-size: 15px;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;
    float: left;

    margin-right: 10px;

    content: '\e67e';
    vertical-align: middle;
}
.wrap-news-show .news-relate .next
{
    text-align: right;
}
.wrap-news-show .news-relate .next a:before
{
    float: right;

    margin-right: 0;
    margin-left: 10px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-news-show .news-relate:hover a
{
    text-decoration: none;

    color: #f00;
}
.wrap-product-show .product-show .img-box
{
    padding-bottom: 80.45977011%;
}
.wrap-product-show .product-show .slider-for
{
    font-size: 0;

    overflow: hidden;

    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.wrap-product-show .product-show .slider-nav
{
    position: relative;

    max-width: 200px;
    padding: 60px 0;
}
.wrap-product-show .product-show .slider-nav .item
{
    overflow: hidden;

    margin: 14px 0;

    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.wrap-product-show .product-show .slider-nav .slick-current .item
{
    border-color: #f00;
}
.wrap-product-show .product-show .slick-arrow
{
    line-height: 34px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 0;

    overflow: hidden;

    width: 100%;
    height: 34px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    outline: none;
    background: none;
}
.wrap-product-show .product-show .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: block;

    content: '\e601';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.wrap-product-show .product-show .slick-arrow.slick-next
{
    top: auto;
    bottom: 0;
}
.wrap-product-show .product-show .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-product-show .product-show .slick-arrow:hover
{
    color: #fff;
    background-color: #f00;
}
.wrap-contact .contact
{
    max-width: 880px;
    margin: 0 auto;
}
.wrap-contact .contact .item
{
    margin-top: 30px;
    padding: 30px 10px;

    text-align: center;

    border: 1px solid #e5e5e5;
}
.wrap-contact .contact .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 40px;

    display: block;

    content: '\e769';

    color: #f00;
}
.wrap-contact .contact .item-tel:before
{
    content: '\e71b';
}
.wrap-contact .contact .item-email:before
{
    font-size: 34px;

    content: '\e8a1';
}
.wrap-contact .contact .item b
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin-top: 14px;
}
.wrap-contact .contact .item p
{
    font-size: 14px;
    line-height: 30px;

    margin: 8px 0 0 0;
}
.wrap-contact .contact .item a
{
    color: inherit;
}
.wrap-contact .contact .item a:hover
{
    text-decoration: underline;

    color: #f00;
}
.wrap-contact .message
{
    padding-top: 40px;
}
.wrap-contact .message form
{
    margin-top: -20px;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 14px;
    line-height: 24px;

    width: 100%;
    min-height: 44px;
    margin-top: 12px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #333;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #333;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .send
{
    text-align: center;
}
.wrap-contact .message .submit
{
    line-height: 24px;

    height: 24px;
    margin-top: 10px;
    padding: 0 10px;

    color: #fff;
    background-color: #f00;
}
.wrap-contact .message .submit:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    margin-left: 10px;

    content: '\e62e';
}
.wrap-contact .message .submit:hover
{
    background-color: #e40000;
}
.wrap-contact .map
{
    overflow: hidden;
}
.wrap-contact #dituContent
{
    height: 310px;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 70px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 50px;
    }
}
.pagination li.prev a span:before,
.pagination li.next a span:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
    border: none;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border: 1px solid #f00;
    background-color: #f00;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border: 1px solid #f00;
    background-color: #f00;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px !important;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
.stuck .logo
{
    margin-top: 5px;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        margin-top: 10px;
    }
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 80px;
}
.stuck .pc-search
{
    margin-top: 20px;
}
.stuck .language
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .stuck .language
    {
        line-height: 70px;
    }
}
